Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new relay server #782

Merged
merged 3 commits into from
Jun 20, 2024
Merged

add new relay server #782

merged 3 commits into from
Jun 20, 2024

Conversation

kayiwa
Copy link
Member

@kayiwa kayiwa commented May 28, 2024

@maxkadel
Copy link
Contributor

Tested on production using the following, inspired by @sandbergja and @carolyncole in catalog test and pdc_test:

PEOPLE_ERROR_NOTIFICATION_RECIPIENTS=mk8066@princeton.edu bundle exec rails c
mailer = AlmaPeopleMailer.with(invalid_records: [])
foo = mailer.error_notification(invalid_records: [])
foo.delivery_method.settings = { address: 'lib-ponyexpr-prod.princeton.edu', enable_starttls: false }
foo.deliver_now

@maxkadel maxkadel merged commit aa03fa8 into main Jun 20, 2024
7 checks passed
@maxkadel maxkadel deleted the new_relay_server branch June 20, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move to new Mail Relay Server
2 participants